home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / xml / docbook / schema / dtd / 4.0 / dbhierx.mod < prev    next >
Encoding:
Text File  |  2000-05-18  |  58.2 KB  |  2,087 lines

  1. <!-- ...................................................................... -->
  2. <!-- DocBook XML document hierarchy module V4.0 ........................... -->
  3. <!-- File dbhierx.mod ..................................................... -->
  4.  
  5. <!-- Copyright 1992-2000 HaL Computer Systems, Inc.,
  6.      O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
  7.      Corporation, Norman Walsh, and the Organization for the Advancement
  8.      of Structured Information Standards (OASIS).
  9.  
  10.      $Id: dbhierx.mod,v 1.7 2000/05/18 19:40:49 nwalsh Exp $
  11.  
  12.      Permission to use, copy, modify and distribute the DocBook XML DTD
  13.      and its accompanying documentation for any purpose and without fee
  14.      is hereby granted in perpetuity, provided that the above copyright
  15.      notice and this paragraph appear in all copies.  The copyright
  16.      holders make no representation about the suitability of the DTD for
  17.      any purpose.  It is provided "as is" without expressed or implied
  18.      warranty.
  19.  
  20.      If you modify the DocBook XML DTD in any way, except for declaring and
  21.      referencing additional sets of general entities and declaring
  22.      additional notations, label your DTD as a variant of DocBook.  See
  23.      the maintenance documentation for more information.
  24.  
  25.      Please direct all questions, bug reports, or suggestions for
  26.      changes to the docbook@lists.oasis-open.org mailing list. For more
  27.      information, see http://www.oasis-open.org/docbook/.
  28. -->
  29.  
  30. <!-- ...................................................................... -->
  31.  
  32. <!-- This module contains the definitions for the overall document
  33.      hierarchies of DocBook documents.  It covers computer documentation
  34.      manuals and manual fragments, as well as reference entries (such as
  35.      man pages) and technical journals or anthologies containing
  36.      articles.
  37.  
  38.      This module depends on the DocBook information pool module.  All
  39.      elements and entities referenced but not defined here are assumed
  40.      to be defined in the information pool module.
  41.  
  42.      In DTD driver files referring to this module, please use an entity
  43.      declaration that uses the public identifier shown below:
  44.  
  45.      <!ENTITY % dbhier PUBLIC
  46.      "-//OASIS//ELEMENTS DocBook XML Document Hierarchy V4.0//EN"
  47.      "dbhierx.mod">
  48.      %dbhier;
  49.  
  50.      See the documentation for detailed information on the parameter
  51.      entity and module scheme used in DocBook, customizing DocBook and
  52.      planning for interchange, and changes made since the last release
  53.      of DocBook.
  54. -->
  55.  
  56. <!-- ...................................................................... -->
  57. <!-- Entities for module inclusions ....................................... -->
  58.  
  59. <!ENTITY % dbhier.redecl.module        "IGNORE">
  60. <!ENTITY % dbhier.redecl2.module    "IGNORE">
  61.  
  62. <!-- ...................................................................... -->
  63. <!-- Entities for element classes ......................................... -->
  64.  
  65. <!ENTITY % local.appendix.class "">
  66. <!ENTITY % appendix.class    "appendix %local.appendix.class;">
  67.  
  68. <!ENTITY % local.article.class "">
  69. <!ENTITY % article.class    "article %local.article.class;">
  70.  
  71. <!ENTITY % local.book.class "">
  72. <!ENTITY % book.class        "book %local.book.class;">
  73.  
  74. <!ENTITY % local.chapter.class "">
  75. <!ENTITY % chapter.class    "chapter %local.chapter.class;">
  76.  
  77. <!ENTITY % local.index.class "">
  78. <!ENTITY % index.class        "index|setindex %local.index.class;">
  79.  
  80. <!ENTITY % local.refentry.class "">
  81. <!ENTITY % refentry.class    "refentry %local.refentry.class;">
  82.  
  83. <!ENTITY % local.nav.class "">
  84. <!ENTITY % nav.class        "toc|lot|index|glossary|bibliography 
  85.                 %local.nav.class;">
  86.  
  87. <!-- Redeclaration placeholder ............................................ -->
  88.  
  89. <!-- For redeclaring entities that are declared after this point while
  90.      retaining their references to the entities that are declared before
  91.      this point -->
  92.  
  93. <![%dbhier.redecl.module;[
  94. <!-- Defining rdbhier here makes some buggy XML parsers happy. -->
  95. <!ENTITY % rdbhier "">
  96. %rdbhier;
  97. <!--end of dbhier.redecl.module-->]]>
  98.  
  99. <!-- ...................................................................... -->
  100. <!-- Entities for element mixtures ........................................ -->
  101.  
  102. <!-- The DocBook TC may produce an official forms module for DocBook. -->
  103. <!-- This PE provides the hook by which it can be inserted into the DTD. -->
  104. <!ENTITY % forms.hook "">
  105.  
  106. <!ENTITY % local.divcomponent.mix "">
  107. <!ENTITY % divcomponent.mix
  108.         "%list.class;        |%admon.class;
  109.         |%linespecific.class;    |%synop.class;
  110.         |%para.class;        |%informal.class;
  111.         |%formal.class;        |%compound.class;
  112.         |%genobj.class;        |%descobj.class;
  113.         |%ndxterm.class;        |beginpage
  114.                 %forms.hook;
  115.         %local.divcomponent.mix;">
  116.  
  117. <!ENTITY % local.refcomponent.mix "">
  118. <!ENTITY % refcomponent.mix
  119.         "%list.class;        |%admon.class;
  120.         |%linespecific.class;    |%synop.class;
  121.         |%para.class;        |%informal.class;
  122.         |%formal.class;        |%compound.class;
  123.         |%genobj.class;        |%descobj.class;
  124.         |%ndxterm.class;        |beginpage
  125.         %local.refcomponent.mix;">
  126.  
  127. <!ENTITY % local.indexdivcomponent.mix "">
  128. <!ENTITY % indexdivcomponent.mix
  129.         "itemizedlist|orderedlist|variablelist|simplelist
  130.         |%linespecific.class;    |%synop.class;
  131.         |%para.class;        |%informal.class;
  132.         |anchor|remark
  133.         |%link.char.class;
  134.                                  |beginpage
  135.         %local.indexdivcomponent.mix;">
  136.  
  137. <!ENTITY % local.refname.char.mix "">
  138. <!ENTITY % refname.char.mix
  139.         "#PCDATA
  140.         |%tech.char.class;
  141.         %local.refname.char.mix;">
  142.  
  143. <!ENTITY % local.partcontent.mix "">
  144. <!ENTITY % partcontent.mix
  145.         "%appendix.class;|%chapter.class;|%nav.class;|%article.class;
  146.         |preface|%refentry.class;|reference %local.partcontent.mix;">
  147.  
  148. <!ENTITY % local.refinline.char.mix "">
  149. <!ENTITY % refinline.char.mix
  150.         "#PCDATA
  151.         |%xref.char.class;    |%gen.char.class;
  152.         |%link.char.class;    |%tech.char.class;
  153.         |%base.char.class;    |%docinfo.char.class;
  154.         |%other.char.class;
  155.         |%ndxterm.class;        |beginpage
  156.         %local.refinline.char.mix;">
  157.  
  158. <!ENTITY % local.refclass.char.mix "">
  159. <!ENTITY % refclass.char.mix
  160.         "#PCDATA
  161.         |application
  162.         %local.refclass.char.mix;">
  163.  
  164. <!-- Redeclaration placeholder 2 .......................................... -->
  165.  
  166. <!-- For redeclaring entities that are declared after this point while
  167.      retaining their references to the entities that are declared before
  168.      this point -->
  169.  
  170. <![%dbhier.redecl2.module;[
  171. <!-- Defining rdbhier2 here makes some buggy XML parsers happy. -->
  172. <!ENTITY % rdbhier2 "">
  173. %rdbhier2;
  174. <!--end of dbhier.redecl2.module-->]]>
  175.  
  176. <!-- ...................................................................... -->
  177. <!-- Entities for content models .......................................... -->
  178.  
  179. <!ENTITY % div.title.content
  180.     "title, subtitle?, titleabbrev?">
  181.  
  182. <!ENTITY % bookcomponent.title.content
  183.     "title, subtitle?, titleabbrev?">
  184.  
  185. <!ENTITY % sect.title.content
  186.     "title, subtitle?, titleabbrev?">
  187.  
  188. <!ENTITY % refsect.title.content
  189.     "title, subtitle?, titleabbrev?">
  190.  
  191. <!ENTITY % bookcomponent.content
  192.     "((%divcomponent.mix;)+, 
  193.     (sect1*|(%refentry.class;)*|simplesect*|section*))
  194.     | (sect1+|(%refentry.class;)+|simplesect+|section+)">
  195.  
  196. <!-- ...................................................................... -->
  197. <!-- Set and SetInfo ...................................................... -->
  198.  
  199. <!ENTITY % set.content.module "INCLUDE">
  200. <![%set.content.module;[
  201. <!ENTITY % set.module "INCLUDE">
  202. <![%set.module;[
  203. <!ENTITY % local.set.attrib "">
  204. <!ENTITY % set.role.attrib "%role.attrib;">
  205.  
  206. <!ENTITY % set.element "INCLUDE">
  207. <![%set.element;[
  208. <!ELEMENT set ((%div.title.content;)?, setinfo?, toc?, (%book.class;)+,
  209.         setindex?)>
  210. <!--end of set.element-->]]>
  211.  
  212. <!-- FPI: SGML formal public identifier -->
  213.  
  214.  
  215. <!ENTITY % set.attlist "INCLUDE">
  216. <![%set.attlist;[
  217. <!ATTLIST set
  218.         fpi        CDATA        #IMPLIED
  219.         %status.attrib;
  220.         %common.attrib;
  221.         %set.role.attrib;
  222.         %local.set.attrib;
  223. >
  224. <!--end of set.attlist-->]]>
  225. <!--end of set.module-->]]>
  226.  
  227. <!ENTITY % setinfo.module "INCLUDE">
  228. <![%setinfo.module;[
  229. <!ENTITY % local.setinfo.attrib "">
  230. <!ENTITY % setinfo.role.attrib "%role.attrib;">
  231.  
  232. <!ENTITY % setinfo.element "INCLUDE">
  233. <![%setinfo.element;[
  234. <!ELEMENT setinfo ((graphic | mediaobject 
  235.         | legalnotice | modespec | subjectset 
  236.     | keywordset | itermset | %bibliocomponent.mix;)+)>
  237. <!--end of setinfo.element-->]]>
  238.  
  239. <!-- Contents: IDs of the ToC, Books, and SetIndex that comprise 
  240.         the set, in the order of their appearance -->
  241.  
  242.  
  243. <!ENTITY % setinfo.attlist "INCLUDE">
  244. <![%setinfo.attlist;[
  245. <!ATTLIST setinfo
  246.         contents    IDREFS        #IMPLIED
  247.         %common.attrib;
  248.         %setinfo.role.attrib;
  249.         %local.setinfo.attrib;
  250. >
  251. <!--end of setinfo.attlist-->]]>
  252. <!--end of setinfo.module-->]]>
  253. <!--end of set.content.module-->]]>
  254.  
  255. <!-- ...................................................................... -->
  256. <!-- Book and BookInfo .................................................... -->
  257.  
  258. <!ENTITY % book.content.module "INCLUDE">
  259. <![%book.content.module;[
  260. <!ENTITY % book.module "INCLUDE">
  261. <![%book.module;[
  262. <!--FUTURE USE (V4.0):
  263. ......................
  264. The %article.class; entity *may* be removed from the Book content model.
  265. (Article may be made part of a new top-level document hierarchy.)
  266. ......................
  267. -->
  268.  
  269. <!ENTITY % local.book.attrib "">
  270. <!ENTITY % book.role.attrib "%role.attrib;">
  271.  
  272. <!ENTITY % book.element "INCLUDE">
  273. <![%book.element;[
  274. <!ELEMENT book ((%div.title.content;)?, bookinfo?,
  275.          (dedication | toc | lot
  276.          | glossary | bibliography | preface
  277.         | %chapter.class; | reference | part
  278.         | %article.class;
  279.          | %appendix.class;
  280.         | %index.class;
  281.         | colophon)*)>
  282. <!--end of book.element-->]]>
  283.  
  284. <!-- FPI: SGML formal public identifier -->
  285.  
  286.  
  287. <!ENTITY % book.attlist "INCLUDE">
  288. <![%book.attlist;[
  289. <!ATTLIST book        fpi        CDATA        #IMPLIED
  290.         %label.attrib;
  291.         %status.attrib;
  292.         %common.attrib;
  293.         %book.role.attrib;
  294.         %local.book.attrib;
  295. >
  296. <!--end of book.attlist-->]]>
  297. <!--end of book.module-->]]>
  298.  
  299. <!ENTITY % bookinfo.module "INCLUDE">
  300. <![%bookinfo.module;[
  301. <!ENTITY % local.bookinfo.attrib "">
  302. <!ENTITY % bookinfo.role.attrib "%role.attrib;">
  303.  
  304. <!ENTITY % bookinfo.element "INCLUDE">
  305. <![%bookinfo.element;[
  306. <!ELEMENT bookinfo ((graphic | mediaobject
  307.         | legalnotice | modespec | subjectset 
  308.     | keywordset | itermset | %bibliocomponent.mix;)+)>
  309. <!--end of bookinfo.element-->]]>
  310.  
  311. <!-- Contents: IDs of the ToC, LoTs, Prefaces, Parts, Chapters,
  312.         Appendixes, References, GLossary, Bibliography, and indexes
  313.         comprising the Book, in the order of their appearance -->
  314.  
  315.  
  316. <!ENTITY % bookinfo.attlist "INCLUDE">
  317. <![%bookinfo.attlist;[
  318. <!ATTLIST bookinfo
  319.         contents    IDREFS        #IMPLIED
  320.         %common.attrib;
  321.         %bookinfo.role.attrib;
  322.         %local.bookinfo.attrib;
  323. >
  324. <!--end of bookinfo.attlist-->]]>
  325. <!--end of bookinfo.module-->]]>
  326. <!--end of book.content.module-->]]>
  327.  
  328. <!-- ...................................................................... -->
  329. <!-- Dedication, ToC, and LoT ............................................. -->
  330.  
  331. <!ENTITY % dedication.module "INCLUDE">
  332. <![%dedication.module;[
  333. <!ENTITY % local.dedication.attrib "">
  334. <!ENTITY % dedication.role.attrib "%role.attrib;">
  335.  
  336. <!ENTITY % dedication.element "INCLUDE">
  337. <![%dedication.element;[
  338. <!ELEMENT dedication ((%sect.title.content;)?, (%legalnotice.mix;)+)>
  339. <!--end of dedication.element-->]]>
  340.  
  341. <!ENTITY % dedication.attlist "INCLUDE">
  342. <![%dedication.attlist;[
  343. <!ATTLIST dedication
  344.         %status.attrib;
  345.         %common.attrib;
  346.         %dedication.role.attrib;
  347.         %local.dedication.attrib;
  348. >
  349. <!--end of dedication.attlist-->]]>
  350. <!--end of dedication.module-->]]>
  351.  
  352. <!ENTITY % colophon.module "INCLUDE">
  353. <![ %colophon.module; [
  354. <!ENTITY % local.colophon.attrib "">
  355. <!ENTITY % colophon.role.attrib "%role.attrib;">
  356.  
  357. <!ENTITY % colophon.element "INCLUDE">
  358. <![ %colophon.element; [
  359. <!ELEMENT colophon ((%sect.title.content;)?, (%textobject.mix;)+)>
  360. <!--end of colophon.element-->]]>
  361.  
  362. <!ENTITY % colophon.attlist "INCLUDE">
  363. <![ %colophon.attlist; [
  364. <!ATTLIST colophon
  365.         %status.attrib;
  366.         %common.attrib;
  367.         %colophon.role.attrib;
  368.         %local.colophon.attrib;>
  369. <!--end of colophon.attlist-->]]>
  370. <!--end of colophon.module-->]]>
  371.  
  372. <!ENTITY % toc.content.module "INCLUDE">
  373. <![%toc.content.module;[
  374. <!ENTITY % toc.module "INCLUDE">
  375. <![%toc.module;[
  376. <!ENTITY % local.toc.attrib "">
  377. <!ENTITY % toc.role.attrib "%role.attrib;">
  378.  
  379. <!ENTITY % toc.element "INCLUDE">
  380. <![%toc.element;[
  381. <!ELEMENT toc ((%bookcomponent.title.content;)?, tocfront*,
  382.         (tocpart | tocchap)*, tocback*)>
  383. <!--end of toc.element-->]]>
  384.  
  385. <!ENTITY % toc.attlist "INCLUDE">
  386. <![%toc.attlist;[
  387. <!ATTLIST toc
  388.         %pagenum.attrib;
  389.         %common.attrib;
  390.         %toc.role.attrib;
  391.         %local.toc.attrib;
  392. >
  393. <!--end of toc.attlist-->]]>
  394. <!--end of toc.module-->]]>
  395.  
  396. <!ENTITY % tocfront.module "INCLUDE">
  397. <![%tocfront.module;[
  398. <!ENTITY % local.tocfront.attrib "">
  399. <!ENTITY % tocfront.role.attrib "%role.attrib;">
  400.  
  401. <!ENTITY % tocfront.element "INCLUDE">
  402. <![%tocfront.element;[
  403. <!ELEMENT tocfront (%para.char.mix;)*>
  404. <!--end of tocfront.element-->]]>
  405.  
  406. <!-- to element that this entry represents -->
  407.  
  408.  
  409. <!ENTITY % tocfront.attlist "INCLUDE">
  410. <![%tocfront.attlist;[
  411. <!ATTLIST tocfront
  412.         %label.attrib;
  413.         %linkend.attrib;        %pagenum.attrib;
  414.         %common.attrib;
  415.         %tocfront.role.attrib;
  416.         %local.tocfront.attrib;
  417. >
  418. <!--end of tocfront.attlist-->]]>
  419. <!--end of tocfront.module-->]]>
  420.  
  421. <!ENTITY % tocentry.module "INCLUDE">
  422. <![%tocentry.module;[
  423. <!ENTITY % local.tocentry.attrib "">
  424. <!ENTITY % tocentry.role.attrib "%role.attrib;">
  425.  
  426. <!ENTITY % tocentry.element "INCLUDE">
  427. <![%tocentry.element;[
  428. <!ELEMENT tocentry (%para.char.mix;)*>
  429. <!--end of tocentry.element-->]]>
  430.  
  431. <!-- to element that this entry represents -->
  432.  
  433.  
  434. <!ENTITY % tocentry.attlist "INCLUDE">
  435. <![%tocentry.attlist;[
  436. <!ATTLIST tocentry
  437.         %linkend.attrib;        %pagenum.attrib;
  438.         %common.attrib;
  439.         %tocentry.role.attrib;
  440.         %local.tocentry.attrib;
  441. >
  442. <!--end of tocentry.attlist-->]]>
  443. <!--end of tocentry.module-->]]>
  444.  
  445. <!ENTITY % tocpart.module "INCLUDE">
  446. <![%tocpart.module;[
  447. <!ENTITY % local.tocpart.attrib "">
  448. <!ENTITY % tocpart.role.attrib "%role.attrib;">
  449.  
  450. <!ENTITY % tocpart.element "INCLUDE">
  451. <![%tocpart.element;[
  452. <!ELEMENT tocpart (tocentry+, tocchap*)>
  453. <!--end of tocpart.element-->]]>
  454.  
  455. <!ENTITY % tocpart.attlist "INCLUDE">
  456. <![%tocpart.attlist;[
  457. <!ATTLIST tocpart
  458.         %common.attrib;
  459.         %tocpart.role.attrib;
  460.         %local.tocpart.attrib;
  461. >
  462. <!--end of tocpart.attlist-->]]>
  463. <!--end of tocpart.module-->]]>
  464.  
  465. <!ENTITY % tocchap.module "INCLUDE">
  466. <![%tocchap.module;[
  467. <!ENTITY % local.tocchap.attrib "">
  468. <!ENTITY % tocchap.role.attrib "%role.attrib;">
  469.  
  470. <!ENTITY % tocchap.element "INCLUDE">
  471. <![%tocchap.element;[
  472. <!ELEMENT tocchap (tocentry+, toclevel1*)>
  473. <!--end of tocchap.element-->]]>
  474.  
  475. <!ENTITY % tocchap.attlist "INCLUDE">
  476. <![%tocchap.attlist;[
  477. <!ATTLIST tocchap
  478.         %label.attrib;
  479.         %common.attrib;
  480.         %tocchap.role.attrib;
  481.         %local.tocchap.attrib;
  482. >
  483. <!--end of tocchap.attlist-->]]>
  484. <!--end of tocchap.module-->]]>
  485.  
  486. <!ENTITY % toclevel1.module "INCLUDE">
  487. <![%toclevel1.module;[
  488. <!ENTITY % local.toclevel1.attrib "">
  489. <!ENTITY % toclevel1.role.attrib "%role.attrib;">
  490.  
  491. <!ENTITY % toclevel1.element "INCLUDE">
  492. <![%toclevel1.element;[
  493. <!ELEMENT toclevel1 (tocentry+, toclevel2*)>
  494. <!--end of toclevel1.element-->]]>
  495.  
  496. <!ENTITY % toclevel1.attlist "INCLUDE">
  497. <![%toclevel1.attlist;[
  498. <!ATTLIST toclevel1
  499.         %common.attrib;
  500.         %toclevel1.role.attrib;
  501.         %local.toclevel1.attrib;
  502. >
  503. <!--end of toclevel1.attlist-->]]>
  504. <!--end of toclevel1.module-->]]>
  505.  
  506. <!ENTITY % toclevel2.module "INCLUDE">
  507. <![%toclevel2.module;[
  508. <!ENTITY % local.toclevel2.attrib "">
  509. <!ENTITY % toclevel2.role.attrib "%role.attrib;">
  510.  
  511. <!ENTITY % toclevel2.element "INCLUDE">
  512. <![%toclevel2.element;[
  513. <!ELEMENT toclevel2 (tocentry+, toclevel3*)>
  514. <!--end of toclevel2.element-->]]>
  515.  
  516. <!ENTITY % toclevel2.attlist "INCLUDE">
  517. <![%toclevel2.attlist;[
  518. <!ATTLIST toclevel2
  519.         %common.attrib;
  520.         %toclevel2.role.attrib;
  521.         %local.toclevel2.attrib;
  522. >
  523. <!--end of toclevel2.attlist-->]]>
  524. <!--end of toclevel2.module-->]]>
  525.  
  526. <!ENTITY % toclevel3.module "INCLUDE">
  527. <![%toclevel3.module;[
  528. <!ENTITY % local.toclevel3.attrib "">
  529. <!ENTITY % toclevel3.role.attrib "%role.attrib;">
  530.  
  531. <!ENTITY % toclevel3.element "INCLUDE">
  532. <![%toclevel3.element;[
  533. <!ELEMENT toclevel3 (tocentry+, toclevel4*)>
  534. <!--end of toclevel3.element-->]]>
  535.  
  536. <!ENTITY % toclevel3.attlist "INCLUDE">
  537. <![%toclevel3.attlist;[
  538. <!ATTLIST toclevel3
  539.         %common.attrib;
  540.         %toclevel3.role.attrib;
  541.         %local.toclevel3.attrib;
  542. >
  543. <!--end of toclevel3.attlist-->]]>
  544. <!--end of toclevel3.module-->]]>
  545.  
  546. <!ENTITY % toclevel4.module "INCLUDE">
  547. <![%toclevel4.module;[
  548. <!ENTITY % local.toclevel4.attrib "">
  549. <!ENTITY % toclevel4.role.attrib "%role.attrib;">
  550.  
  551. <!ENTITY % toclevel4.element "INCLUDE">
  552. <![%toclevel4.element;[
  553. <!ELEMENT toclevel4 (tocentry+, toclevel5*)>
  554. <!--end of toclevel4.element-->]]>
  555.  
  556. <!ENTITY % toclevel4.attlist "INCLUDE">
  557. <![%toclevel4.attlist;[
  558. <!ATTLIST toclevel4
  559.         %common.attrib;
  560.         %toclevel4.role.attrib;
  561.         %local.toclevel4.attrib;
  562. >
  563. <!--end of toclevel4.attlist-->]]>
  564. <!--end of toclevel4.module-->]]>
  565.  
  566. <!ENTITY % toclevel5.module "INCLUDE">
  567. <![%toclevel5.module;[
  568. <!ENTITY % local.toclevel5.attrib "">
  569. <!ENTITY % toclevel5.role.attrib "%role.attrib;">
  570.  
  571. <!ENTITY % toclevel5.element "INCLUDE">
  572. <![%toclevel5.element;[
  573. <!ELEMENT toclevel5 (tocentry+)>
  574. <!--end of toclevel5.element-->]]>
  575.  
  576. <!ENTITY % toclevel5.attlist "INCLUDE">
  577. <![%toclevel5.attlist;[
  578. <!ATTLIST toclevel5
  579.         %common.attrib;
  580.         %toclevel5.role.attrib;
  581.         %local.toclevel5.attrib;
  582. >
  583. <!--end of toclevel5.attlist-->]]>
  584. <!--end of toclevel5.module-->]]>
  585.  
  586. <!ENTITY % tocback.module "INCLUDE">
  587. <![%tocback.module;[
  588. <!ENTITY % local.tocback.attrib "">
  589. <!ENTITY % tocback.role.attrib "%role.attrib;">
  590.  
  591. <!ENTITY % tocback.element "INCLUDE">
  592. <![%tocback.element;[
  593. <!ELEMENT tocback (%para.char.mix;)*>
  594. <!--end of tocback.element-->]]>
  595.  
  596. <!-- to element that this entry represents -->
  597.  
  598.  
  599. <!ENTITY % tocback.attlist "INCLUDE">
  600. <![%tocback.attlist;[
  601. <!ATTLIST tocback
  602.         %label.attrib;
  603.         %linkend.attrib;        %pagenum.attrib;
  604.         %common.attrib;
  605.         %tocback.role.attrib;
  606.         %local.tocback.attrib;
  607. >
  608. <!--end of tocback.attlist-->]]>
  609. <!--end of tocback.module-->]]>
  610. <!--end of toc.content.module-->]]>
  611.  
  612. <!ENTITY % lot.content.module "INCLUDE">
  613. <![%lot.content.module;[
  614. <!ENTITY % lot.module "INCLUDE">
  615. <![%lot.module;[
  616. <!ENTITY % local.lot.attrib "">
  617. <!ENTITY % lot.role.attrib "%role.attrib;">
  618.  
  619. <!ENTITY % lot.element "INCLUDE">
  620. <![%lot.element;[
  621. <!ELEMENT lot ((%bookcomponent.title.content;)?, lotentry*)>
  622. <!--end of lot.element-->]]>
  623.  
  624. <!ENTITY % lot.attlist "INCLUDE">
  625. <![%lot.attlist;[
  626. <!ATTLIST lot
  627.         %label.attrib;
  628.         %common.attrib;
  629.         %lot.role.attrib;
  630.         %local.lot.attrib;
  631. >
  632. <!--end of lot.attlist-->]]>
  633. <!--end of lot.module-->]]>
  634.  
  635. <!ENTITY % lotentry.module "INCLUDE">
  636. <![%lotentry.module;[
  637. <!ENTITY % local.lotentry.attrib "">
  638. <!ENTITY % lotentry.role.attrib "%role.attrib;">
  639.  
  640. <!ENTITY % lotentry.element "INCLUDE">
  641. <![%lotentry.element;[
  642. <!ELEMENT lotentry (%para.char.mix;)*>
  643. <!--end of lotentry.element-->]]>
  644.  
  645. <!-- SrcCredit: Information about the source of the entry, 
  646.         as for a list of illustrations -->
  647. <!-- linkend: to element that this entry represents-->
  648. <!ENTITY % lotentry.attlist "INCLUDE">
  649. <![%lotentry.attlist;[
  650. <!ATTLIST lotentry
  651.         srccredit    CDATA        #IMPLIED
  652.         %pagenum.attrib;
  653.         %common.attrib;
  654.         %linkend.attrib;
  655.         %lotentry.role.attrib;
  656.         %local.lotentry.attrib;
  657. >
  658. <!--end of lotentry.attlist-->]]>
  659. <!--end of lotentry.module-->]]>
  660. <!--end of lot.content.module-->]]>
  661.  
  662. <!-- ...................................................................... -->
  663. <!-- Appendix, Chapter, Part, Preface, Reference, PartIntro ............... -->
  664.  
  665. <!ENTITY % appendix.module "INCLUDE">
  666. <![%appendix.module;[
  667. <!ENTITY % local.appendix.attrib "">
  668. <!ENTITY % appendix.role.attrib "%role.attrib;">
  669.  
  670. <!ENTITY % appendix.element "INCLUDE">
  671. <![%appendix.element;[
  672. <!ELEMENT appendix (appendixinfo?,
  673.                      (%bookcomponent.title.content;), 
  674.                      (%nav.class;)*,
  675.                      tocchap?,
  676.                      (%bookcomponent.content;),
  677.                      (%nav.class;)*)>
  678. <!--end of appendix.element-->]]>
  679.  
  680. <!ENTITY % appendix.attlist "INCLUDE">
  681. <![%appendix.attlist;[
  682. <!ATTLIST appendix
  683.         %label.attrib;
  684.         %status.attrib;
  685.         %common.attrib;
  686.         %appendix.role.attrib;
  687.         %local.appendix.attrib;
  688. >
  689. <!--end of appendix.attlist-->]]>
  690. <!--end of appendix.module-->]]>
  691.  
  692. <!ENTITY % chapter.module "INCLUDE">
  693. <![%chapter.module;[
  694. <!ENTITY % local.chapter.attrib "">
  695. <!ENTITY % chapter.role.attrib "%role.attrib;">
  696.  
  697. <!ENTITY % chapter.element "INCLUDE">
  698. <![%chapter.element;[
  699. <!ELEMENT chapter (chapterinfo?,
  700.                     (%bookcomponent.title.content;),
  701.                     (%nav.class;)*,
  702.                     tocchap?,
  703.                     (%bookcomponent.content;),
  704.                     (%nav.class;)*)>
  705. <!--end of chapter.element-->]]>
  706.  
  707. <!ENTITY % chapter.attlist "INCLUDE">
  708. <![%chapter.attlist;[
  709. <!ATTLIST chapter
  710.         %label.attrib;
  711.         %status.attrib;
  712.         %common.attrib;
  713.         %chapter.role.attrib;
  714.         %local.chapter.attrib;
  715. >
  716. <!--end of chapter.attlist-->]]>
  717. <!--end of chapter.module-->]]>
  718.  
  719. <!ENTITY % part.module "INCLUDE">
  720. <![%part.module;[
  721.  
  722. <!-- Note that Part was to have its content model reduced in V4.0.  This
  723. change will not be made after all. -->
  724.  
  725. <!ENTITY % local.part.attrib "">
  726. <!ENTITY % part.role.attrib "%role.attrib;">
  727.  
  728. <!ENTITY % part.element "INCLUDE">
  729. <![%part.element;[
  730. <!ELEMENT part (partinfo?, (%bookcomponent.title.content;), partintro?,
  731.         (%partcontent.mix;)+)>
  732. <!--end of part.element-->]]>
  733.  
  734. <!ENTITY % part.attlist "INCLUDE">
  735. <![%part.attlist;[
  736. <!ATTLIST part
  737.         %label.attrib;
  738.         %status.attrib;
  739.         %common.attrib;
  740.         %part.role.attrib;
  741.         %local.part.attrib;
  742. >
  743. <!--end of part.attlist-->]]>
  744. <!--ELEMENT PartIntro (defined below)-->
  745. <!--end of part.module-->]]>
  746.  
  747. <!ENTITY % preface.module "INCLUDE">
  748. <![%preface.module;[
  749. <!ENTITY % local.preface.attrib "">
  750. <!ENTITY % preface.role.attrib "%role.attrib;">
  751.  
  752. <!ENTITY % preface.element "INCLUDE">
  753. <![%preface.element;[
  754. <!ELEMENT preface (prefaceinfo?,
  755.                     (%bookcomponent.title.content;),
  756.                     (%nav.class;)*,
  757.                     tocchap?,
  758.                     (%bookcomponent.content;),
  759.                     (%nav.class;)*)>
  760. <!--end of preface.element-->]]>
  761.  
  762. <!ENTITY % preface.attlist "INCLUDE">
  763. <![%preface.attlist;[
  764. <!ATTLIST preface
  765.         %status.attrib;
  766.         %common.attrib;
  767.         %preface.role.attrib;
  768.         %local.preface.attrib;
  769. >
  770. <!--end of preface.attlist-->]]>
  771. <!--end of preface.module-->]]>
  772.  
  773. <!ENTITY % reference.module "INCLUDE">
  774. <![%reference.module;[
  775. <!ENTITY % local.reference.attrib "">
  776. <!ENTITY % reference.role.attrib "%role.attrib;">
  777.  
  778. <!ENTITY % reference.element "INCLUDE">
  779. <![%reference.element;[
  780. <!ELEMENT reference (referenceinfo?,
  781.                      (%bookcomponent.title.content;), partintro?,
  782.                      (%refentry.class;)+)>
  783. <!--end of reference.element-->]]>
  784.  
  785. <!ENTITY % reference.attlist "INCLUDE">
  786. <![%reference.attlist;[
  787. <!ATTLIST reference
  788.         %label.attrib;
  789.         %status.attrib;
  790.         %common.attrib;
  791.         %reference.role.attrib;
  792.         %local.reference.attrib;
  793. >
  794. <!--end of reference.attlist-->]]>
  795. <!--ELEMENT PartIntro (defined below)-->
  796. <!--end of reference.module-->]]>
  797.  
  798. <!ENTITY % partintro.module "INCLUDE">
  799. <![%partintro.module;[
  800. <!ENTITY % local.partintro.attrib "">
  801. <!ENTITY % partintro.role.attrib "%role.attrib;">
  802.  
  803. <!ENTITY % partintro.element "INCLUDE">
  804. <![%partintro.element;[
  805. <!ELEMENT partintro ((%div.title.content;)?, (%bookcomponent.content;))>
  806. <!--end of partintro.element-->]]>
  807.  
  808. <!ENTITY % partintro.attlist "INCLUDE">
  809. <![%partintro.attlist;[
  810. <!ATTLIST partintro    
  811.         %label.attrib;
  812.         %common.attrib;
  813.         %local.partintro.attrib;
  814.         %partintro.role.attrib;
  815. >
  816. <!--end of partintro.attlist-->]]>
  817. <!--end of partintro.module-->]]>
  818.  
  819. <!-- ...................................................................... -->
  820. <!-- Other Info elements .................................................. -->
  821.  
  822. <!ENTITY % appendixinfo.module "INCLUDE">
  823. <![ %appendixinfo.module; [
  824. <!ENTITY % local.appendixinfo.attrib "">
  825. <!ENTITY % appendixinfo.role.attrib "%role.attrib;">
  826.  
  827. <!ENTITY % appendixinfo.element "INCLUDE">
  828. <![ %appendixinfo.element; [
  829. <!ELEMENT appendixinfo ((graphic | mediaobject 
  830.         | legalnotice | modespec 
  831.         | subjectset | keywordset | itermset
  832.                 | %bibliocomponent.mix;)+)>
  833. <!--end of appendixinfo.element-->]]>
  834.  
  835. <!ENTITY % appendixinfo.attlist "INCLUDE">
  836. <![ %appendixinfo.attlist; [
  837. <!ATTLIST appendixinfo
  838.         %common.attrib;
  839.         %appendixinfo.role.attrib;
  840.         %local.appendixinfo.attrib;
  841. >
  842. <!--end of appendixinfo.attlist-->]]>
  843. <!--end of appendixinfo.module-->]]>
  844.  
  845. <!ENTITY % bibliographyinfo.module "INCLUDE">
  846. <![ %bibliographyinfo.module; [
  847. <!ENTITY % local.bibliographyinfo.attrib "">
  848. <!ENTITY % bibliographyinfo.role.attrib "%role.attrib;">
  849.  
  850. <!ENTITY % bibliographyinfo.element "INCLUDE">
  851. <![ %bibliographyinfo.element; [
  852. <!ELEMENT bibliographyinfo ((graphic | mediaobject 
  853.         | legalnotice | modespec 
  854.         | subjectset | keywordset | itermset
  855.                 | %bibliocomponent.mix;)+)>
  856. <!--end of bibliographyinfo.element-->]]>
  857.  
  858. <!ENTITY % bibliographyinfo.attlist "INCLUDE">
  859. <![ %bibliographyinfo.attlist; [
  860. <!ATTLIST bibliographyinfo
  861.         %common.attrib;
  862.         %bibliographyinfo.role.attrib;
  863.         %local.bibliographyinfo.attrib;
  864. >
  865. <!--end of bibliographyinfo.attlist-->]]>
  866. <!--end of bibliographyinfo.module-->]]>
  867.  
  868. <!ENTITY % chapterinfo.module "INCLUDE">
  869. <![ %chapterinfo.module; [
  870. <!ENTITY % local.chapterinfo.attrib "">
  871. <!ENTITY % chapterinfo.role.attrib "%role.attrib;">
  872.  
  873. <!ENTITY % chapterinfo.element "INCLUDE">
  874. <![ %chapterinfo.element; [
  875. <!ELEMENT chapterinfo ((graphic | mediaobject 
  876.         | legalnotice | modespec 
  877.         | subjectset | keywordset | itermset
  878.                 | %bibliocomponent.mix;)+)>
  879. <!--end of chapterinfo.element-->]]>
  880.  
  881. <!ENTITY % chapterinfo.attlist "INCLUDE">
  882. <![ %chapterinfo.attlist; [
  883. <!ATTLIST chapterinfo
  884.         %common.attrib;
  885.         %chapterinfo.role.attrib;
  886.         %local.chapterinfo.attrib;
  887. >
  888. <!--end of chapterinfo.attlist-->]]>
  889. <!--end of chapterinfo.module-->]]>
  890.  
  891. <!ENTITY % glossaryinfo.module "INCLUDE">
  892. <![ %glossaryinfo.module; [
  893. <!ENTITY % local.glossaryinfo.attrib "">
  894. <!ENTITY % glossaryinfo.role.attrib "%role.attrib;">
  895.  
  896. <!ENTITY % glossaryinfo.element "INCLUDE">
  897. <![ %glossaryinfo.element; [
  898. <!ELEMENT glossaryinfo ((graphic | mediaobject 
  899.         | legalnotice | modespec 
  900.         | subjectset | keywordset | itermset
  901.                 | %bibliocomponent.mix;)+)>
  902. <!--end of glossaryinfo.element-->]]>
  903.  
  904. <!ENTITY % glossaryinfo.attlist "INCLUDE">
  905. <![ %glossaryinfo.attlist; [
  906. <!ATTLIST glossaryinfo
  907.         %common.attrib;
  908.         %glossaryinfo.role.attrib;
  909.         %local.glossaryinfo.attrib;
  910. >
  911. <!--end of glossaryinfo.attlist-->]]>
  912. <!--end of glossaryinfo.module-->]]>
  913.  
  914. <!ENTITY % indexinfo.module "INCLUDE">
  915. <![ %indexinfo.module; [
  916. <!ENTITY % local.indexinfo.attrib "">
  917. <!ENTITY % indexinfo.role.attrib "%role.attrib;">
  918.  
  919. <!ENTITY % indexinfo.element "INCLUDE">
  920. <![ %indexinfo.element; [
  921. <!ELEMENT indexinfo ((graphic | mediaobject 
  922.         | legalnotice | modespec 
  923.         | subjectset | keywordset | itermset
  924.                 | %bibliocomponent.mix;)+)>
  925. <!--end of indexinfo.element-->]]>
  926.  
  927. <!ENTITY % indexinfo.attlist "INCLUDE">
  928. <![ %indexinfo.attlist; [
  929. <!ATTLIST indexinfo
  930.         %common.attrib;
  931.         %indexinfo.role.attrib;
  932.         %local.indexinfo.attrib;
  933. >
  934. <!--end of indexinfo.attlist-->]]>
  935. <!--end of indexinfo.module-->]]>
  936.  
  937. <!ENTITY % setindexinfo.module "INCLUDE">
  938. <![ %setindexinfo.module; [
  939. <!ENTITY % local.setindexinfo.attrib "">
  940. <!ENTITY % setindexinfo.role.attrib "%role.attrib;">
  941.  
  942. <!ENTITY % setindexinfo.element "INCLUDE">
  943. <![ %setindexinfo.element; [
  944. <!ELEMENT setindexinfo ((graphic | mediaobject 
  945.         | legalnotice | modespec 
  946.         | subjectset | keywordset | itermset
  947.                 | %bibliocomponent.mix;)+)>
  948. <!--end of setindexinfo.element-->]]>
  949.  
  950. <!ENTITY % setindexinfo.attlist "INCLUDE">
  951. <![ %setindexinfo.attlist; [
  952. <!ATTLIST setindexinfo
  953.         %common.attrib;
  954.         %setindexinfo.role.attrib;
  955.         %local.setindexinfo.attrib;
  956. >
  957. <!--end of setindexinfo.attlist-->]]>
  958. <!--end of setindexinfo.module-->]]>
  959.  
  960. <!ENTITY % partinfo.module "INCLUDE">
  961. <![ %partinfo.module; [
  962. <!ENTITY % local.partinfo.attrib "">
  963. <!ENTITY % partinfo.role.attrib "%role.attrib;">
  964.  
  965. <!ENTITY % partinfo.element "INCLUDE">
  966. <![ %partinfo.element; [
  967. <!ELEMENT partinfo ((graphic | mediaobject 
  968.         | legalnotice | modespec 
  969.         | subjectset | keywordset | itermset
  970.                 | %bibliocomponent.mix;)+)>
  971. <!--end of partinfo.element-->]]>
  972.  
  973. <!ENTITY % partinfo.attlist "INCLUDE">
  974. <![ %partinfo.attlist; [
  975. <!ATTLIST partinfo
  976.         %common.attrib;
  977.         %partinfo.role.attrib;
  978.         %local.partinfo.attrib;
  979. >
  980. <!--end of partinfo.attlist-->]]>
  981. <!--end of partinfo.module-->]]>
  982.  
  983. <!ENTITY % prefaceinfo.module "INCLUDE">
  984. <![ %prefaceinfo.module; [
  985. <!ENTITY % local.prefaceinfo.attrib "">
  986. <!ENTITY % prefaceinfo.role.attrib "%role.attrib;">
  987.  
  988. <!ENTITY % prefaceinfo.element "INCLUDE">
  989. <![ %prefaceinfo.element; [
  990. <!ELEMENT prefaceinfo ((graphic | mediaobject 
  991.         | legalnotice | modespec 
  992.         | subjectset | keywordset | itermset
  993.                 | %bibliocomponent.mix;)+)>
  994. <!--end of prefaceinfo.element-->]]>
  995.  
  996. <!ENTITY % prefaceinfo.attlist "INCLUDE">
  997. <![ %prefaceinfo.attlist; [
  998. <!ATTLIST prefaceinfo
  999.         %common.attrib;
  1000.         %prefaceinfo.role.attrib;
  1001.         %local.prefaceinfo.attrib;
  1002. >
  1003. <!--end of prefaceinfo.attlist-->]]>
  1004. <!--end of prefaceinfo.module-->]]>
  1005.  
  1006. <!ENTITY % refentryinfo.module "INCLUDE">
  1007. <![ %refentryinfo.module; [
  1008. <!ENTITY % local.refentryinfo.attrib "">
  1009. <!ENTITY % refentryinfo.role.attrib "%role.attrib;">
  1010.  
  1011. <!ENTITY % refentryinfo.element "INCLUDE">
  1012. <![ %refentryinfo.element; [
  1013. <!ELEMENT refentryinfo ((graphic | mediaobject 
  1014.         | legalnotice | modespec 
  1015.         | subjectset | keywordset | itermset
  1016.                 | %bibliocomponent.mix;)+)>
  1017. <!--end of refentryinfo.element-->]]>
  1018.  
  1019. <!ENTITY % refentryinfo.attlist "INCLUDE">
  1020. <![ %refentryinfo.attlist; [
  1021. <!ATTLIST refentryinfo
  1022.         %common.attrib;
  1023.         %refentryinfo.role.attrib;
  1024.         %local.refentryinfo.attrib;
  1025. >
  1026. <!--end of refentryinfo.attlist-->]]>
  1027. <!--end of refentryinfo.module-->]]>
  1028.  
  1029. <!ENTITY % refsect1info.module "INCLUDE">
  1030. <![ %refsect1info.module; [
  1031. <!ENTITY % local.refsect1info.attrib "">
  1032. <!ENTITY % refsect1info.role.attrib "%role.attrib;">
  1033.  
  1034. <!ENTITY % refsect1info.element "INCLUDE">
  1035. <![ %refsect1info.element; [
  1036. <!ELEMENT refsect1info ((graphic | mediaobject 
  1037.         | legalnotice | modespec 
  1038.         | subjectset | keywordset | itermset
  1039.                 | %bibliocomponent.mix;)+)>
  1040. <!--end of refsect1info.element-->]]>
  1041.  
  1042. <!ENTITY % refsect1info.attlist "INCLUDE">
  1043. <![ %refsect1info.attlist; [
  1044. <!ATTLIST refsect1info
  1045.         %common.attrib;
  1046.         %refsect1info.role.attrib;
  1047.         %local.refsect1info.attrib;
  1048. >
  1049. <!--end of refsect1info.attlist-->]]>
  1050. <!--end of refsect1info.module-->]]>
  1051.  
  1052. <!ENTITY % refsect2info.module "INCLUDE">
  1053. <![ %refsect2info.module; [
  1054. <!ENTITY % local.refsect2info.attrib "">
  1055. <!ENTITY % refsect2info.role.attrib "%role.attrib;">
  1056.  
  1057. <!ENTITY % refsect2info.element "INCLUDE">
  1058. <![ %refsect2info.element; [
  1059. <!ELEMENT refsect2info ((graphic | mediaobject 
  1060.         | legalnotice | modespec 
  1061.         | subjectset | keywordset | itermset
  1062.                 | %bibliocomponent.mix;)+)>
  1063. <!--end of refsect2info.element-->]]>
  1064.  
  1065. <!ENTITY % refsect2info.attlist "INCLUDE">
  1066. <![ %refsect2info.attlist; [
  1067. <!ATTLIST refsect2info
  1068.         %common.attrib;
  1069.         %refsect2info.role.attrib;
  1070.         %local.refsect2info.attrib;
  1071. >
  1072. <!--end of refsect2info.attlist-->]]>
  1073. <!--end of refsect2info.module-->]]>
  1074.  
  1075. <!ENTITY % refsect3info.module "INCLUDE">
  1076. <![ %refsect3info.module; [
  1077. <!ENTITY % local.refsect3info.attrib "">
  1078. <!ENTITY % refsect3info.role.attrib "%role.attrib;">
  1079.  
  1080. <!ENTITY % refsect3info.element "INCLUDE">
  1081. <![ %refsect3info.element; [
  1082. <!ELEMENT refsect3info ((graphic | mediaobject 
  1083.         | legalnotice | modespec 
  1084.         | subjectset | keywordset | itermset
  1085.                 | %bibliocomponent.mix;)+)>
  1086. <!--end of refsect3info.element-->]]>
  1087.  
  1088. <!ENTITY % refsect3info.attlist "INCLUDE">
  1089. <![ %refsect3info.attlist; [
  1090. <!ATTLIST refsect3info
  1091.         %common.attrib;
  1092.         %refsect3info.role.attrib;
  1093.         %local.refsect3info.attrib;
  1094. >
  1095. <!--end of refsect3info.attlist-->]]>
  1096. <!--end of refsect3info.module-->]]>
  1097.  
  1098. <!ENTITY % refsynopsisdivinfo.module "INCLUDE">
  1099. <![ %refsynopsisdivinfo.module; [
  1100. <!ENTITY % local.refsynopsisdivinfo.attrib "">
  1101. <!ENTITY % refsynopsisdivinfo.role.attrib "%role.attrib;">
  1102.  
  1103. <!ENTITY % refsynopsisdivinfo.element "INCLUDE">
  1104. <![ %refsynopsisdivinfo.element; [
  1105. <!ELEMENT refsynopsisdivinfo ((graphic | mediaobject 
  1106.         | legalnotice | modespec 
  1107.         | subjectset | keywordset | itermset
  1108.                 | %bibliocomponent.mix;)+)>
  1109. <!--end of refsynopsisdivinfo.element-->]]>
  1110.  
  1111. <!ENTITY % refsynopsisdivinfo.attlist "INCLUDE">
  1112. <![ %refsynopsisdivinfo.attlist; [
  1113. <!ATTLIST refsynopsisdivinfo
  1114.         %common.attrib;
  1115.         %refsynopsisdivinfo.role.attrib;
  1116.         %local.refsynopsisdivinfo.attrib;
  1117. >
  1118. <!--end of refsynopsisdivinfo.attlist-->]]>
  1119. <!--end of refsynopsisdivinfo.module-->]]>
  1120.  
  1121. <!ENTITY % referenceinfo.module "INCLUDE">
  1122. <![ %referenceinfo.module; [
  1123. <!ENTITY % local.referenceinfo.attrib "">
  1124. <!ENTITY % referenceinfo.role.attrib "%role.attrib;">
  1125.  
  1126. <!ENTITY % referenceinfo.element "INCLUDE">
  1127. <![ %referenceinfo.element; [
  1128. <!ELEMENT referenceinfo ((graphic | mediaobject 
  1129.         | legalnotice | modespec 
  1130.         | subjectset | keywordset | itermset
  1131.                 | %bibliocomponent.mix;)+)>
  1132. <!--end of referenceinfo.element-->]]>
  1133.  
  1134. <!ENTITY % referenceinfo.attlist "INCLUDE">
  1135. <![ %referenceinfo.attlist; [
  1136. <!ATTLIST referenceinfo
  1137.         %common.attrib;
  1138.         %referenceinfo.role.attrib;
  1139.         %local.referenceinfo.attrib;
  1140. >
  1141. <!--end of referenceinfo.attlist-->]]>
  1142. <!--end of referenceinfo.module-->]]>
  1143.  
  1144. <!ENTITY % local.sect1info.attrib "">
  1145. <!ENTITY % sect1info.role.attrib "%role.attrib;">
  1146.  
  1147. <!ENTITY % sect1info.element "INCLUDE">
  1148. <![%sect1info.element;[
  1149. <!ELEMENT sect1info ((graphic | mediaobject | legalnotice | modespec 
  1150.     | subjectset | keywordset | itermset | %bibliocomponent.mix;)+)>
  1151. <!--end of sect1info.element-->]]>
  1152.  
  1153. <!ENTITY % sect1info.attlist "INCLUDE">
  1154. <![%sect1info.attlist;[
  1155. <!ATTLIST sect1info
  1156.         %common.attrib;
  1157.         %sect1info.role.attrib;
  1158.         %local.sect1info.attrib;
  1159. >
  1160. <!--end of sect1info.attlist-->]]>
  1161.  
  1162. <!ENTITY % local.sect2info.attrib "">
  1163. <!ENTITY % sect2info.role.attrib "%role.attrib;">
  1164.  
  1165. <!ENTITY % sect2info.element "INCLUDE">
  1166. <![%sect2info.element;[
  1167. <!ELEMENT sect2info ((graphic | mediaobject | legalnotice | modespec 
  1168.     | subjectset | keywordset | itermset | %bibliocomponent.mix;)+)>
  1169. <!--end of sect2info.element-->]]>
  1170.  
  1171. <!ENTITY % sect2info.attlist "INCLUDE">
  1172. <![%sect2info.attlist;[
  1173. <!ATTLIST sect2info
  1174.         %common.attrib;
  1175.         %sect2info.role.attrib;
  1176.         %local.sect2info.attrib;
  1177. >
  1178. <!--end of sect2info.attlist-->]]>
  1179.  
  1180. <!ENTITY % local.sect3info.attrib "">
  1181. <!ENTITY % sect3info.role.attrib "%role.attrib;">
  1182.  
  1183. <!ENTITY % sect3info.element "INCLUDE">
  1184. <![%sect3info.element;[
  1185. <!ELEMENT sect3info ((graphic | mediaobject | legalnotice | modespec 
  1186.     | subjectset | keywordset | itermset | %bibliocomponent.mix;)+)>
  1187. <!--end of sect3info.element-->]]>
  1188.  
  1189. <!ENTITY % sect3info.attlist "INCLUDE">
  1190. <![%sect3info.attlist;[
  1191. <!ATTLIST sect3info
  1192.         %common.attrib;
  1193.         %sect3info.role.attrib;
  1194.         %local.sect3info.attrib;
  1195. >
  1196. <!--end of sect3info.attlist-->]]>
  1197.  
  1198. <!ENTITY % local.sect4info.attrib "">
  1199. <!ENTITY % sect4info.role.attrib "%role.attrib;">
  1200.  
  1201. <!ENTITY % sect4info.element "INCLUDE">
  1202. <![%sect4info.element;[
  1203. <!ELEMENT sect4info ((graphic | mediaobject | legalnotice | modespec 
  1204.     | subjectset | keywordset | itermset | %bibliocomponent.mix;)+)>
  1205. <!--end of sect4info.element-->]]>
  1206.  
  1207. <!ENTITY % sect4info.attlist "INCLUDE">
  1208. <![%sect4info.attlist;[
  1209. <!ATTLIST sect4info
  1210.         %common.attrib;
  1211.         %sect4info.role.attrib;
  1212.         %local.sect4info.attrib;
  1213. >
  1214. <!--end of sect4info.attlist-->]]>
  1215.  
  1216. <!ENTITY % local.sect5info.attrib "">
  1217. <!ENTITY % sect5info.role.attrib "%role.attrib;">
  1218.  
  1219. <!ENTITY % sect5info.element "INCLUDE">
  1220. <![%sect5info.element;[
  1221. <!ELEMENT sect5info ((graphic | mediaobject | legalnotice | modespec 
  1222.     | subjectset | keywordset | itermset | %bibliocomponent.mix;)+)>
  1223. <!--end of sect5info.element-->]]>
  1224.  
  1225. <!ENTITY % sect5info.attlist "INCLUDE">
  1226. <![%sect5info.attlist;[
  1227. <!ATTLIST sect5info
  1228.         %common.attrib;
  1229.         %sect5info.role.attrib;
  1230.         %local.sect5info.attrib;
  1231. >
  1232. <!--end of sect5info.attlist-->]]>
  1233.  
  1234. <!-- ...................................................................... -->
  1235. <!-- Section (parallel to Sect*) ......................................... -->
  1236.  
  1237. <!ENTITY % section.content.module "INCLUDE">
  1238. <![ %section.content.module; [
  1239. <!ENTITY % section.module "INCLUDE">
  1240. <![ %section.module; [
  1241. <!ENTITY % local.section.attrib "">
  1242. <!ENTITY % section.role.attrib "%role.attrib;">
  1243.  
  1244. <!ENTITY % section.element "INCLUDE">
  1245. <![ %section.element; [
  1246. <!ELEMENT section (sectioninfo?,
  1247.             (%sect.title.content;),
  1248.             (%nav.class;)*,
  1249.             (((%divcomponent.mix;)+,
  1250.                ((%refentry.class;)*|section*))
  1251.              | (%refentry.class;)+|section+),
  1252.             (%nav.class;)*)>
  1253. <!--end of section.element-->]]>
  1254.  
  1255. <!ENTITY % section.attlist "INCLUDE">
  1256. <![ %section.attlist; [
  1257. <!ATTLIST section
  1258.         %label.attrib;
  1259.         %status.attrib;
  1260.         %common.attrib;
  1261.         %section.role.attrib;
  1262.         %local.section.attrib;
  1263. >
  1264. <!--end of section.attlist-->]]>
  1265. <!--end of section.module-->]]>
  1266.  
  1267. <!ENTITY % sectioninfo.module "INCLUDE">
  1268. <![ %sectioninfo.module; [
  1269. <!ENTITY % sectioninfo.role.attrib "%role.attrib;">
  1270. <!ENTITY % local.sectioninfo.attrib "">
  1271.  
  1272. <!ENTITY % sectioninfo.element "INCLUDE">
  1273. <![ %sectioninfo.element; [
  1274. <!ELEMENT sectioninfo ((graphic | mediaobject | legalnotice | modespec 
  1275.     | subjectset | keywordset | itermset | %bibliocomponent.mix;)+)>
  1276. <!--end of sectioninfo.element-->]]>
  1277.  
  1278. <!ENTITY % sectioninfo.attlist "INCLUDE">
  1279. <![ %sectioninfo.attlist; [
  1280. <!ATTLIST sectioninfo
  1281.         %common.attrib;
  1282.         %sectioninfo.role.attrib;
  1283.         %local.sectioninfo.attrib;
  1284. >
  1285. <!--end of sectioninfo.attlist-->]]>
  1286. <!--end of sectioninfo.module-->]]>
  1287. <!--end of section.content.module-->]]>
  1288.  
  1289. <!-- ...................................................................... -->
  1290. <!-- Sect1, Sect2, Sect3, Sect4, Sect5 .................................... -->
  1291.  
  1292. <!ENTITY % sect1.module "INCLUDE">
  1293. <![%sect1.module;[
  1294. <!ENTITY % local.sect1.attrib "">
  1295. <!ENTITY % sect1.role.attrib "%role.attrib;">
  1296.  
  1297. <!ENTITY % sect1.element "INCLUDE">
  1298. <![%sect1.element;[
  1299. <!ELEMENT sect1 (sect1info?, (%sect.title.content;), (%nav.class;)*,
  1300.         (((%divcomponent.mix;)+, 
  1301.         ((%refentry.class;)* | sect2* | simplesect*))
  1302.         | (%refentry.class;)+ | sect2+ | simplesect+), (%nav.class;)*)>
  1303. <!--end of sect1.element-->]]>
  1304.  
  1305. <!-- Renderas: Indicates the format in which the heading should
  1306.         appear -->
  1307.  
  1308.  
  1309. <!ENTITY % sect1.attlist "INCLUDE">
  1310. <![%sect1.attlist;[
  1311. <!ATTLIST sect1
  1312.         renderas    (sect2
  1313.                 |sect3
  1314.                 |sect4
  1315.                 |sect5)        #IMPLIED
  1316.         %label.attrib;
  1317.         %status.attrib;
  1318.         %common.attrib;
  1319.         %sect1.role.attrib;
  1320.         %local.sect1.attrib;
  1321. >
  1322. <!--end of sect1.attlist-->]]>
  1323. <!--end of sect1.module-->]]>
  1324.  
  1325. <!ENTITY % sect2.module "INCLUDE">
  1326. <![%sect2.module;[
  1327. <!ENTITY % local.sect2.attrib "">
  1328. <!ENTITY % sect2.role.attrib "%role.attrib;">
  1329.  
  1330. <!ENTITY % sect2.element "INCLUDE">
  1331. <![%sect2.element;[
  1332. <!ELEMENT sect2 (sect2info?, (%sect.title.content;), (%nav.class;)*,
  1333.         (((%divcomponent.mix;)+, 
  1334.         ((%refentry.class;)* | sect3* | simplesect*))
  1335.         | (%refentry.class;)+ | sect3+ | simplesect+), (%nav.class;)*)>
  1336. <!--end of sect2.element-->]]>
  1337.  
  1338. <!-- Renderas: Indicates the format in which the heading should
  1339.         appear -->
  1340.  
  1341.  
  1342. <!ENTITY % sect2.attlist "INCLUDE">
  1343. <![%sect2.attlist;[
  1344. <!ATTLIST sect2
  1345.         renderas    (sect1
  1346.                 |sect3
  1347.                 |sect4
  1348.                 |sect5)        #IMPLIED
  1349.         %label.attrib;
  1350.         %status.attrib;
  1351.         %common.attrib;
  1352.         %sect2.role.attrib;
  1353.         %local.sect2.attrib;
  1354. >
  1355. <!--end of sect2.attlist-->]]>
  1356. <!--end of sect2.module-->]]>
  1357.  
  1358. <!ENTITY % sect3.module "INCLUDE">
  1359. <![%sect3.module;[
  1360. <!ENTITY % local.sect3.attrib "">
  1361. <!ENTITY % sect3.role.attrib "%role.attrib;">
  1362.  
  1363. <!ENTITY % sect3.element "INCLUDE">
  1364. <![%sect3.element;[
  1365. <!ELEMENT sect3 (sect3info?, (%sect.title.content;), (%nav.class;)*,
  1366.         (((%divcomponent.mix;)+, 
  1367.         ((%refentry.class;)* | sect4* | simplesect*))
  1368.         | (%refentry.class;)+ | sect4+ | simplesect+), (%nav.class;)*)>
  1369. <!--end of sect3.element-->]]>
  1370.  
  1371. <!-- Renderas: Indicates the format in which the heading should
  1372.         appear -->
  1373.  
  1374.  
  1375. <!ENTITY % sect3.attlist "INCLUDE">
  1376. <![%sect3.attlist;[
  1377. <!ATTLIST sect3
  1378.         renderas    (sect1
  1379.                 |sect2
  1380.                 |sect4
  1381.                 |sect5)        #IMPLIED
  1382.         %label.attrib;
  1383.         %status.attrib;
  1384.         %common.attrib;
  1385.         %sect3.role.attrib;
  1386.         %local.sect3.attrib;
  1387. >
  1388. <!--end of sect3.attlist-->]]>
  1389. <!--end of sect3.module-->]]>
  1390.  
  1391. <!ENTITY % sect4.module "INCLUDE">
  1392. <![%sect4.module;[
  1393. <!ENTITY % local.sect4.attrib "">
  1394. <!ENTITY % sect4.role.attrib "%role.attrib;">
  1395.  
  1396. <!ENTITY % sect4.element "INCLUDE">
  1397. <![%sect4.element;[
  1398. <!ELEMENT sect4 (sect4info?, (%sect.title.content;), (%nav.class;)*,
  1399.         (((%divcomponent.mix;)+, 
  1400.         ((%refentry.class;)* | sect5* | simplesect*))
  1401.         | (%refentry.class;)+ | sect5+ | simplesect+), (%nav.class;)*)>
  1402. <!--end of sect4.element-->]]>
  1403.  
  1404. <!-- Renderas: Indicates the format in which the heading should
  1405.         appear -->
  1406.  
  1407.  
  1408. <!ENTITY % sect4.attlist "INCLUDE">
  1409. <![%sect4.attlist;[
  1410. <!ATTLIST sect4
  1411.         renderas    (sect1
  1412.                 |sect2
  1413.                 |sect3
  1414.                 |sect5)        #IMPLIED
  1415.         %label.attrib;
  1416.         %status.attrib;
  1417.         %common.attrib;
  1418.         %sect4.role.attrib;
  1419.         %local.sect4.attrib;
  1420. >
  1421. <!--end of sect4.attlist-->]]>
  1422. <!--end of sect4.module-->]]>
  1423.  
  1424. <!ENTITY % sect5.module "INCLUDE">
  1425. <![%sect5.module;[
  1426. <!ENTITY % local.sect5.attrib "">
  1427. <!ENTITY % sect5.role.attrib "%role.attrib;">
  1428.  
  1429. <!ENTITY % sect5.element "INCLUDE">
  1430. <![%sect5.element;[
  1431. <!ELEMENT sect5 (sect5info?, (%sect.title.content;), (%nav.class;)*,
  1432.         (((%divcomponent.mix;)+, ((%refentry.class;)* | simplesect*))
  1433.         | (%refentry.class;)+ | simplesect+), (%nav.class;)*)>
  1434. <!--end of sect5.element-->]]>
  1435.  
  1436. <!-- Renderas: Indicates the format in which the heading should
  1437.         appear -->
  1438.  
  1439.  
  1440. <!ENTITY % sect5.attlist "INCLUDE">
  1441. <![%sect5.attlist;[
  1442. <!ATTLIST sect5
  1443.         renderas    (sect1
  1444.                 |sect2
  1445.                 |sect3
  1446.                 |sect4)        #IMPLIED
  1447.         %label.attrib;
  1448.         %status.attrib;
  1449.         %common.attrib;
  1450.         %sect5.role.attrib;
  1451.         %local.sect5.attrib;
  1452. >
  1453. <!--end of sect5.attlist-->]]>
  1454. <!--end of sect5.module-->]]>
  1455.  
  1456. <!ENTITY % simplesect.module "INCLUDE">
  1457. <![%simplesect.module;[
  1458. <!ENTITY % local.simplesect.attrib "">
  1459. <!ENTITY % simplesect.role.attrib "%role.attrib;">
  1460.  
  1461. <!ENTITY % simplesect.element "INCLUDE">
  1462. <![%simplesect.element;[
  1463. <!ELEMENT simplesect ((%sect.title.content;), (%divcomponent.mix;)+)>
  1464. <!--end of simplesect.element-->]]>
  1465.  
  1466. <!ENTITY % simplesect.attlist "INCLUDE">
  1467. <![%simplesect.attlist;[
  1468. <!ATTLIST simplesect
  1469.         %common.attrib;
  1470.         %simplesect.role.attrib;
  1471.         %local.simplesect.attrib;
  1472. >
  1473. <!--end of simplesect.attlist-->]]>
  1474. <!--end of simplesect.module-->]]>
  1475.  
  1476. <!-- ...................................................................... -->
  1477. <!-- Bibliography ......................................................... -->
  1478.  
  1479. <!ENTITY % bibliography.content.module "INCLUDE">
  1480. <![%bibliography.content.module;[
  1481. <!ENTITY % bibliography.module "INCLUDE">
  1482. <![%bibliography.module;[
  1483. <!ENTITY % local.bibliography.attrib "">
  1484. <!ENTITY % bibliography.role.attrib "%role.attrib;">
  1485.  
  1486. <!ENTITY % bibliography.element "INCLUDE">
  1487. <![%bibliography.element;[
  1488. <!ELEMENT bibliography (bibliographyinfo?,
  1489.                         (%bookcomponent.title.content;)?,
  1490.                         (%component.mix;)*, 
  1491.                         (bibliodiv+ | (biblioentry|bibliomixed)+))>
  1492. <!--end of bibliography.element-->]]>
  1493.  
  1494. <!ENTITY % bibliography.attlist "INCLUDE">
  1495. <![%bibliography.attlist;[
  1496. <!ATTLIST bibliography
  1497.         %status.attrib;
  1498.         %common.attrib;
  1499.         %bibliography.role.attrib;
  1500.         %local.bibliography.attrib;
  1501. >
  1502. <!--end of bibliography.attlist-->]]>
  1503. <!--end of bibliography.module-->]]>
  1504.  
  1505. <!ENTITY % bibliodiv.module "INCLUDE">
  1506. <![%bibliodiv.module;[
  1507. <!ENTITY % local.bibliodiv.attrib "">
  1508. <!ENTITY % bibliodiv.role.attrib "%role.attrib;">
  1509.  
  1510. <!ENTITY % bibliodiv.element "INCLUDE">
  1511. <![%bibliodiv.element;[
  1512. <!ELEMENT bibliodiv ((%sect.title.content;)?, (%component.mix;)*,
  1513.         (biblioentry|bibliomixed)+)>
  1514. <!--end of bibliodiv.element-->]]>
  1515.  
  1516. <!ENTITY % bibliodiv.attlist "INCLUDE">
  1517. <![%bibliodiv.attlist;[
  1518. <!ATTLIST bibliodiv
  1519.         %status.attrib;
  1520.         %common.attrib;
  1521.         %bibliodiv.role.attrib;
  1522.         %local.bibliodiv.attrib;
  1523. >
  1524. <!--end of bibliodiv.attlist-->]]>
  1525. <!--end of bibliodiv.module-->]]>
  1526. <!--end of bibliography.content.module-->]]>
  1527.  
  1528. <!-- ...................................................................... -->
  1529. <!-- Glossary ............................................................. -->
  1530.  
  1531. <!ENTITY % glossary.content.module "INCLUDE">
  1532. <![%glossary.content.module;[
  1533. <!ENTITY % glossary.module "INCLUDE">
  1534. <![%glossary.module;[
  1535. <!ENTITY % local.glossary.attrib "">
  1536. <!ENTITY % glossary.role.attrib "%role.attrib;">
  1537.  
  1538. <!ENTITY % glossary.element "INCLUDE">
  1539. <![%glossary.element;[
  1540. <!ELEMENT glossary (glossaryinfo?,
  1541.                     (%bookcomponent.title.content;)?,
  1542.                     (%component.mix;)*,
  1543.                     (glossdiv+ | glossentry+), bibliography?)>
  1544. <!--end of glossary.element-->]]>
  1545.  
  1546. <!ENTITY % glossary.attlist "INCLUDE">
  1547. <![%glossary.attlist;[
  1548. <!ATTLIST glossary
  1549.         %status.attrib;
  1550.         %common.attrib;
  1551.         %glossary.role.attrib;
  1552.         %local.glossary.attrib;
  1553. >
  1554. <!--end of glossary.attlist-->]]>
  1555. <!--end of glossary.module-->]]>
  1556.  
  1557. <!ENTITY % glossdiv.module "INCLUDE">
  1558. <![%glossdiv.module;[
  1559. <!ENTITY % local.glossdiv.attrib "">
  1560. <!ENTITY % glossdiv.role.attrib "%role.attrib;">
  1561.  
  1562. <!ENTITY % glossdiv.element "INCLUDE">
  1563. <![%glossdiv.element;[
  1564. <!ELEMENT glossdiv ((%sect.title.content;), (%component.mix;)*,
  1565.         glossentry+)>
  1566. <!--end of glossdiv.element-->]]>
  1567.  
  1568. <!ENTITY % glossdiv.attlist "INCLUDE">
  1569. <![%glossdiv.attlist;[
  1570. <!ATTLIST glossdiv
  1571.         %status.attrib;
  1572.         %common.attrib;
  1573.         %glossdiv.role.attrib;
  1574.         %local.glossdiv.attrib;
  1575. >
  1576. <!--end of glossdiv.attlist-->]]>
  1577. <!--end of glossdiv.module-->]]>
  1578. <!--end of glossary.content.module-->]]>
  1579.  
  1580. <!-- ...................................................................... -->
  1581. <!-- Index and SetIndex ................................................... -->
  1582.  
  1583. <!ENTITY % index.content.module "INCLUDE">
  1584. <![%index.content.module;[
  1585. <!ENTITY % indexes.module "INCLUDE">
  1586. <![%indexes.module;[
  1587. <!ENTITY % local.indexes.attrib "">
  1588. <!ENTITY % indexes.role.attrib "%role.attrib;">
  1589.  
  1590. <!ENTITY % index.element "INCLUDE">
  1591. <![%index.element;[
  1592. <!ELEMENT index (indexinfo?,
  1593.                  (%bookcomponent.title.content;)?,
  1594.                  (%component.mix;)*,
  1595.                  (indexdiv* | indexentry*))>
  1596. <!--end of index.element-->]]>
  1597.  
  1598. <!ENTITY % index.attlist "INCLUDE">
  1599. <![%index.attlist;[
  1600. <!ATTLIST index
  1601.         %common.attrib;
  1602.         %indexes.role.attrib;
  1603.         %local.indexes.attrib;
  1604. >
  1605. <!--end of index.attlist-->]]>
  1606.  
  1607. <!ENTITY % setindex.element "INCLUDE">
  1608. <![%setindex.element;[
  1609. <!ELEMENT setindex (setindexinfo?,
  1610.                     (%bookcomponent.title.content;)?,
  1611.                     (%component.mix;)*, (indexdiv* | indexentry*))>
  1612. <!--end of setindex.element-->]]>
  1613.  
  1614. <!ENTITY % setindex.attlist "INCLUDE">
  1615. <![%setindex.attlist;[
  1616. <!ATTLIST setindex
  1617.         %common.attrib;
  1618.         %indexes.role.attrib;
  1619.         %local.indexes.attrib;
  1620. >
  1621. <!--end of setindex.attlist-->]]>
  1622. <!--end of indexes.module-->]]>
  1623.  
  1624. <!ENTITY % indexdiv.module "INCLUDE">
  1625. <![%indexdiv.module;[
  1626.  
  1627. <!-- SegmentedList in this content is useful for marking up permuted
  1628.      indices. -->
  1629.  
  1630. <!ENTITY % local.indexdiv.attrib "">
  1631. <!ENTITY % indexdiv.role.attrib "%role.attrib;">
  1632.  
  1633. <!ENTITY % indexdiv.element "INCLUDE">
  1634. <![%indexdiv.element;[
  1635. <!ELEMENT indexdiv ((%sect.title.content;)?, ((%indexdivcomponent.mix;)*,
  1636.         (indexentry+ | segmentedlist)))>
  1637. <!--end of indexdiv.element-->]]>
  1638.  
  1639. <!ENTITY % indexdiv.attlist "INCLUDE">
  1640. <![%indexdiv.attlist;[
  1641. <!ATTLIST indexdiv
  1642.         %common.attrib;
  1643.         %indexdiv.role.attrib;
  1644.         %local.indexdiv.attrib;
  1645. >
  1646. <!--end of indexdiv.attlist-->]]>
  1647. <!--end of indexdiv.module-->]]>
  1648.  
  1649. <!ENTITY % indexentry.module "INCLUDE">
  1650. <![%indexentry.module;[
  1651. <!-- Index entries appear in the index, not the text. -->
  1652.  
  1653. <!ENTITY % local.indexentry.attrib "">
  1654. <!ENTITY % indexentry.role.attrib "%role.attrib;">
  1655.  
  1656. <!ENTITY % indexentry.element "INCLUDE">
  1657. <![%indexentry.element;[
  1658. <!ELEMENT indexentry (primaryie, (seeie|seealsoie)*,
  1659.         (secondaryie, (seeie|seealsoie|tertiaryie)*)*)>
  1660. <!--end of indexentry.element-->]]>
  1661.  
  1662. <!ENTITY % indexentry.attlist "INCLUDE">
  1663. <![%indexentry.attlist;[
  1664. <!ATTLIST indexentry
  1665.         %common.attrib;
  1666.         %indexentry.role.attrib;
  1667.         %local.indexentry.attrib;
  1668. >
  1669. <!--end of indexentry.attlist-->]]>
  1670. <!--end of indexentry.module-->]]>
  1671.  
  1672. <!ENTITY % primsecterie.module "INCLUDE">
  1673. <![%primsecterie.module;[
  1674. <!ENTITY % local.primsecterie.attrib "">
  1675. <!ENTITY % primsecterie.role.attrib "%role.attrib;">
  1676.  
  1677. <!ENTITY % primaryie.element "INCLUDE">
  1678. <![%primaryie.element;[
  1679. <!ELEMENT primaryie (%ndxterm.char.mix;)*>
  1680. <!--end of primaryie.element-->]]>
  1681.  
  1682. <!-- to IndexTerms that these entries represent -->
  1683.  
  1684. <!ENTITY % primaryie.attlist "INCLUDE">
  1685. <![%primaryie.attlist;[
  1686. <!ATTLIST primaryie
  1687.         %linkends.attrib;        %common.attrib;
  1688.         %primsecterie.role.attrib;
  1689.         %local.primsecterie.attrib;
  1690. >
  1691. <!--end of primaryie.attlist-->]]>
  1692.  
  1693. <!ENTITY % secondaryie.element "INCLUDE">
  1694. <![%secondaryie.element;[
  1695. <!ELEMENT secondaryie (%ndxterm.char.mix;)*>
  1696. <!--end of secondaryie.element-->]]>
  1697.  
  1698. <!-- to IndexTerms that these entries represent -->
  1699.  
  1700. <!ENTITY % secondaryie.attlist "INCLUDE">
  1701. <![%secondaryie.attlist;[
  1702. <!ATTLIST secondaryie
  1703.         %linkends.attrib;        %common.attrib;
  1704.         %primsecterie.role.attrib;
  1705.         %local.primsecterie.attrib;
  1706. >
  1707. <!--end of secondaryie.attlist-->]]>
  1708.  
  1709. <!ENTITY % tertiaryie.element "INCLUDE">
  1710. <![%tertiaryie.element;[
  1711. <!ELEMENT tertiaryie (%ndxterm.char.mix;)*>
  1712. <!--end of tertiaryie.element-->]]>
  1713.  
  1714. <!-- to IndexTerms that these entries represent -->
  1715.  
  1716. <!ENTITY % tertiaryie.attlist "INCLUDE">
  1717. <![%tertiaryie.attlist;[
  1718. <!ATTLIST tertiaryie
  1719.         %linkends.attrib;        %common.attrib;
  1720.         %primsecterie.role.attrib;
  1721.         %local.primsecterie.attrib;
  1722. >
  1723. <!--end of tertiaryie.attlist-->]]>
  1724.  
  1725. <!--end of primsecterie.module-->]]>
  1726.     
  1727. <!ENTITY % seeie.module "INCLUDE">
  1728. <![%seeie.module;[
  1729. <!ENTITY % local.seeie.attrib "">
  1730. <!ENTITY % seeie.role.attrib "%role.attrib;">
  1731.  
  1732. <!ENTITY % seeie.element "INCLUDE">
  1733. <![%seeie.element;[
  1734. <!ELEMENT seeie (%ndxterm.char.mix;)*>
  1735. <!--end of seeie.element-->]]>
  1736.  
  1737. <!-- to IndexEntry to look up -->
  1738.  
  1739.  
  1740. <!ENTITY % seeie.attlist "INCLUDE">
  1741. <![%seeie.attlist;[
  1742. <!ATTLIST seeie
  1743.         %linkend.attrib;        %common.attrib;
  1744.         %seeie.role.attrib;
  1745.         %local.seeie.attrib;
  1746. >
  1747. <!--end of seeie.attlist-->]]>
  1748. <!--end of seeie.module-->]]>
  1749.  
  1750. <!ENTITY % seealsoie.module "INCLUDE">
  1751. <![%seealsoie.module;[
  1752. <!ENTITY % local.seealsoie.attrib "">
  1753. <!ENTITY % seealsoie.role.attrib "%role.attrib;">
  1754.  
  1755. <!ENTITY % seealsoie.element "INCLUDE">
  1756. <![%seealsoie.element;[
  1757. <!ELEMENT seealsoie (%ndxterm.char.mix;)*>
  1758. <!--end of seealsoie.element-->]]>
  1759.  
  1760. <!-- to related IndexEntries -->
  1761.  
  1762.  
  1763. <!ENTITY % seealsoie.attlist "INCLUDE">
  1764. <![%seealsoie.attlist;[
  1765. <!ATTLIST seealsoie
  1766.         %linkends.attrib;        %common.attrib;
  1767.         %seealsoie.role.attrib;
  1768.         %local.seealsoie.attrib;
  1769. >
  1770. <!--end of seealsoie.attlist-->]]>
  1771. <!--end of seealsoie.module-->]]>
  1772. <!--end of index.content.module-->]]>
  1773.  
  1774. <!-- ...................................................................... -->
  1775. <!-- RefEntry ............................................................. -->
  1776.  
  1777. <!ENTITY % refentry.content.module "INCLUDE">
  1778. <![%refentry.content.module;[
  1779. <!ENTITY % refentry.module "INCLUDE">
  1780. <![%refentry.module;[
  1781. <!ENTITY % local.refentry.attrib "">
  1782. <!ENTITY % refentry.role.attrib "%role.attrib;">
  1783.  
  1784. <!ENTITY % refentry.element "INCLUDE">
  1785. <![%refentry.element;[
  1786. <!ELEMENT refentry ((%ndxterm.class;)*,
  1787.                     refentryinfo?, refmeta?, (remark|%link.char.class;)*,
  1788.                     refnamediv, refsynopsisdiv?, refsect1+)>
  1789. <!--end of refentry.element-->]]>
  1790.  
  1791. <!ENTITY % refentry.attlist "INCLUDE">
  1792. <![%refentry.attlist;[
  1793. <!ATTLIST refentry
  1794.         %status.attrib;
  1795.         %common.attrib;
  1796.         %refentry.role.attrib;
  1797.         %local.refentry.attrib;
  1798. >
  1799. <!--end of refentry.attlist-->]]>
  1800. <!--end of refentry.module-->]]>
  1801.  
  1802. <!ENTITY % refmeta.module "INCLUDE">
  1803. <![%refmeta.module;[
  1804. <!ENTITY % local.refmeta.attrib "">
  1805. <!ENTITY % refmeta.role.attrib "%role.attrib;">
  1806.  
  1807. <!ENTITY % refmeta.element "INCLUDE">
  1808. <![%refmeta.element;[
  1809. <!ELEMENT refmeta ((%ndxterm.class;)*,
  1810.                    refentrytitle, manvolnum?, refmiscinfo*,
  1811.                    (%ndxterm.class;)*)>
  1812. <!--end of refmeta.element-->]]>
  1813.  
  1814. <!ENTITY % refmeta.attlist "INCLUDE">
  1815. <![%refmeta.attlist;[
  1816. <!ATTLIST refmeta
  1817.         %common.attrib;
  1818.         %refmeta.role.attrib;
  1819.         %local.refmeta.attrib;
  1820. >
  1821. <!--end of refmeta.attlist-->]]>
  1822. <!--end of refmeta.module-->]]>
  1823.  
  1824. <!ENTITY % refmiscinfo.module "INCLUDE">
  1825. <![%refmiscinfo.module;[
  1826. <!ENTITY % local.refmiscinfo.attrib "">
  1827. <!ENTITY % refmiscinfo.role.attrib "%role.attrib;">
  1828.  
  1829. <!ENTITY % refmiscinfo.element "INCLUDE">
  1830. <![%refmiscinfo.element;[
  1831. <!ELEMENT refmiscinfo (%docinfo.char.mix;)*>
  1832. <!--end of refmiscinfo.element-->]]>
  1833.  
  1834. <!-- Class: Freely assignable parameter; no default -->
  1835.  
  1836.  
  1837. <!ENTITY % refmiscinfo.attlist "INCLUDE">
  1838. <![%refmiscinfo.attlist;[
  1839. <!ATTLIST refmiscinfo
  1840.         class        CDATA        #IMPLIED
  1841.         %common.attrib;
  1842.         %refmiscinfo.role.attrib;
  1843.         %local.refmiscinfo.attrib;
  1844. >
  1845. <!--end of refmiscinfo.attlist-->]]>
  1846. <!--end of refmiscinfo.module-->]]>
  1847.  
  1848. <!ENTITY % refnamediv.module "INCLUDE">
  1849. <![%refnamediv.module;[
  1850. <!ENTITY % local.refnamediv.attrib "">
  1851. <!ENTITY % refnamediv.role.attrib "%role.attrib;">
  1852.  
  1853. <!ENTITY % refnamediv.element "INCLUDE">
  1854. <![%refnamediv.element;[
  1855. <!ELEMENT refnamediv (refdescriptor?, refname+, refpurpose, refclass*,
  1856.         (remark|%link.char.class;)*)>
  1857. <!--end of refnamediv.element-->]]>
  1858.  
  1859. <!ENTITY % refnamediv.attlist "INCLUDE">
  1860. <![%refnamediv.attlist;[
  1861. <!ATTLIST refnamediv
  1862.         %common.attrib;
  1863.         %refnamediv.role.attrib;
  1864.         %local.refnamediv.attrib;
  1865. >
  1866. <!--end of refnamediv.attlist-->]]>
  1867. <!--end of refnamediv.module-->]]>
  1868.     
  1869. <!ENTITY % refdescriptor.module "INCLUDE">
  1870. <![%refdescriptor.module;[
  1871. <!ENTITY % local.refdescriptor.attrib "">
  1872. <!ENTITY % refdescriptor.role.attrib "%role.attrib;">
  1873.  
  1874. <!ENTITY % refdescriptor.element "INCLUDE">
  1875. <![%refdescriptor.element;[
  1876. <!ELEMENT refdescriptor (%refname.char.mix;)*>
  1877. <!--end of refdescriptor.element-->]]>
  1878.  
  1879. <!ENTITY % refdescriptor.attlist "INCLUDE">
  1880. <![%refdescriptor.attlist;[
  1881. <!ATTLIST refdescriptor
  1882.         %common.attrib;
  1883.         %refdescriptor.role.attrib;
  1884.         %local.refdescriptor.attrib;
  1885. >
  1886. <!--end of refdescriptor.attlist-->]]>
  1887. <!--end of refdescriptor.module-->]]>
  1888.  
  1889. <!ENTITY % refname.module "INCLUDE">
  1890. <![%refname.module;[
  1891. <!ENTITY % local.refname.attrib "">
  1892. <!ENTITY % refname.role.attrib "%role.attrib;">
  1893.  
  1894. <!ENTITY % refname.element "INCLUDE">
  1895. <![%refname.element;[
  1896. <!ELEMENT refname (%refname.char.mix;)*>
  1897. <!--end of refname.element-->]]>
  1898.  
  1899. <!ENTITY % refname.attlist "INCLUDE">
  1900. <![%refname.attlist;[
  1901. <!ATTLIST refname
  1902.         %common.attrib;
  1903.         %refname.role.attrib;
  1904.         %local.refname.attrib;
  1905. >
  1906. <!--end of refname.attlist-->]]>
  1907. <!--end of refname.module-->]]>
  1908.  
  1909. <!ENTITY % refpurpose.module "INCLUDE">
  1910. <![%refpurpose.module;[
  1911. <!ENTITY % local.refpurpose.attrib "">
  1912. <!ENTITY % refpurpose.role.attrib "%role.attrib;">
  1913.  
  1914. <!ENTITY % refpurpose.element "INCLUDE">
  1915. <![%refpurpose.element;[
  1916. <!ELEMENT refpurpose (%refinline.char.mix;)*>
  1917. <!--end of refpurpose.element-->]]>
  1918.  
  1919. <!ENTITY % refpurpose.attlist "INCLUDE">
  1920. <![%refpurpose.attlist;[
  1921. <!ATTLIST refpurpose
  1922.         %common.attrib;
  1923.         %refpurpose.role.attrib;
  1924.         %local.refpurpose.attrib;
  1925. >
  1926. <!--end of refpurpose.attlist-->]]>
  1927. <!--end of refpurpose.module-->]]>
  1928.  
  1929. <!ENTITY % refclass.module "INCLUDE">
  1930. <![%refclass.module;[
  1931. <!ENTITY % local.refclass.attrib "">
  1932. <!ENTITY % refclass.role.attrib "%role.attrib;">
  1933.  
  1934. <!ENTITY % refclass.element "INCLUDE">
  1935. <![%refclass.element;[
  1936. <!ELEMENT refclass (%refclass.char.mix;)*>
  1937. <!--end of refclass.element-->]]>
  1938.  
  1939. <!ENTITY % refclass.attlist "INCLUDE">
  1940. <![%refclass.attlist;[
  1941. <!ATTLIST refclass
  1942.         %common.attrib;
  1943.         %refclass.role.attrib;
  1944.         %local.refclass.attrib;
  1945. >
  1946. <!--end of refclass.attlist-->]]>
  1947. <!--end of refclass.module-->]]>
  1948.  
  1949. <!ENTITY % refsynopsisdiv.module "INCLUDE">
  1950. <![%refsynopsisdiv.module;[
  1951. <!ENTITY % local.refsynopsisdiv.attrib "">
  1952. <!ENTITY % refsynopsisdiv.role.attrib "%role.attrib;">
  1953.  
  1954. <!ENTITY % refsynopsisdiv.element "INCLUDE">
  1955. <![%refsynopsisdiv.element;[
  1956. <!ELEMENT refsynopsisdiv (refsynopsisdivinfo?, (%refsect.title.content;)?,
  1957.         (((%refcomponent.mix;)+, refsect2*) | (refsect2+)))>
  1958. <!--end of refsynopsisdiv.element-->]]>
  1959.  
  1960. <!ENTITY % refsynopsisdiv.attlist "INCLUDE">
  1961. <![%refsynopsisdiv.attlist;[
  1962. <!ATTLIST refsynopsisdiv
  1963.         %common.attrib;
  1964.         %refsynopsisdiv.role.attrib;
  1965.         %local.refsynopsisdiv.attrib;
  1966. >
  1967. <!--end of refsynopsisdiv.attlist-->]]>
  1968. <!--end of refsynopsisdiv.module-->]]>
  1969.  
  1970. <!ENTITY % refsect1.module "INCLUDE">
  1971. <![%refsect1.module;[
  1972. <!ENTITY % local.refsect1.attrib "">
  1973. <!ENTITY % refsect1.role.attrib "%role.attrib;">
  1974.  
  1975. <!ENTITY % refsect1.element "INCLUDE">
  1976. <![%refsect1.element;[
  1977. <!ELEMENT refsect1 (refsect1info?, (%refsect.title.content;),
  1978.         (((%refcomponent.mix;)+, refsect2*) | refsect2+))>
  1979. <!--end of refsect1.element-->]]>
  1980.  
  1981. <!ENTITY % refsect1.attlist "INCLUDE">
  1982. <![%refsect1.attlist;[
  1983. <!ATTLIST refsect1
  1984.         %status.attrib;
  1985.         %common.attrib;
  1986.         %refsect1.role.attrib;
  1987.         %local.refsect1.attrib;
  1988. >
  1989. <!--end of refsect1.attlist-->]]>
  1990. <!--end of refsect1.module-->]]>
  1991.  
  1992. <!ENTITY % refsect2.module "INCLUDE">
  1993. <![%refsect2.module;[
  1994. <!ENTITY % local.refsect2.attrib "">
  1995. <!ENTITY % refsect2.role.attrib "%role.attrib;">
  1996.  
  1997. <!ENTITY % refsect2.element "INCLUDE">
  1998. <![%refsect2.element;[
  1999. <!ELEMENT refsect2 (refsect2info?, (%refsect.title.content;),
  2000.     (((%refcomponent.mix;)+, refsect3*) | refsect3+))>
  2001. <!--end of refsect2.element-->]]>
  2002.  
  2003. <!ENTITY % refsect2.attlist "INCLUDE">
  2004. <![%refsect2.attlist;[
  2005. <!ATTLIST refsect2
  2006.         %status.attrib;
  2007.         %common.attrib;
  2008.         %refsect2.role.attrib;
  2009.         %local.refsect2.attrib;
  2010. >
  2011. <!--end of refsect2.attlist-->]]>
  2012. <!--end of refsect2.module-->]]>
  2013.  
  2014. <!ENTITY % refsect3.module "INCLUDE">
  2015. <![%refsect3.module;[
  2016. <!ENTITY % local.refsect3.attrib "">
  2017. <!ENTITY % refsect3.role.attrib "%role.attrib;">
  2018.  
  2019. <!ENTITY % refsect3.element "INCLUDE">
  2020. <![%refsect3.element;[
  2021. <!ELEMENT refsect3 (refsect3info?, (%refsect.title.content;), 
  2022.     (%refcomponent.mix;)+)>
  2023. <!--end of refsect3.element-->]]>
  2024.  
  2025. <!ENTITY % refsect3.attlist "INCLUDE">
  2026. <![%refsect3.attlist;[
  2027. <!ATTLIST refsect3
  2028.         %status.attrib;
  2029.         %common.attrib;
  2030.         %refsect3.role.attrib;
  2031.         %local.refsect3.attrib;
  2032. >
  2033. <!--end of refsect3.attlist-->]]>
  2034. <!--end of refsect3.module-->]]>
  2035. <!--end of refentry.content.module-->]]>
  2036.  
  2037. <!-- ...................................................................... -->
  2038. <!-- Article .............................................................. -->
  2039.  
  2040. <!ENTITY % article.module "INCLUDE">
  2041. <![%article.module;[
  2042. <!-- An Article is a chapter-level, stand-alone document that is often,
  2043.      but need not be, collected into a Book. -->
  2044. <!--FUTURE USE (V4.0):
  2045. ......................
  2046. The %nav.class; entity now allows ToC; ToCchap will be allowed instead.
  2047. RefEntry will be removed from the main content of Article.
  2048. ......................
  2049. -->
  2050.  
  2051. <!ENTITY % local.article.attrib "">
  2052. <!ENTITY % article.role.attrib "%role.attrib;">
  2053.  
  2054. <!ENTITY % article.element "INCLUDE">
  2055. <![%article.element;[
  2056. <!ELEMENT article ((%div.title.content;)?, articleinfo?, tocchap?, lot*,
  2057.             (%bookcomponent.content;),
  2058.             ((%nav.class;) | (%appendix.class;) | ackno)*)>
  2059. <!--end of article.element-->]]>
  2060.  
  2061. <!-- Class: Indicates the type of a particular article;
  2062.         all articles have the same structure and general purpose.
  2063.         No default. -->
  2064. <!-- ParentBook: ID of the enclosing Book -->
  2065.  
  2066.  
  2067. <!ENTITY % article.attlist "INCLUDE">
  2068. <![%article.attlist;[
  2069. <!ATTLIST article
  2070.         class        (journalarticle
  2071.                 |productsheet
  2072.                 |whitepaper
  2073.                 |techreport
  2074.                                 |specification
  2075.                 |faq)        #IMPLIED
  2076.         parentbook    IDREF        #IMPLIED
  2077.         %status.attrib;
  2078.         %common.attrib;
  2079.         %article.role.attrib;
  2080.         %local.article.attrib;
  2081. >
  2082. <!--end of article.attlist-->]]>
  2083. <!--end of article.module-->]]>
  2084.  
  2085. <!-- End of DocBook XML document hierarchy module V4.0 .................... -->
  2086. <!-- ...................................................................... -->
  2087.